
.slide-ul li a span{
    position: absolute;
    width:260px;
/*    padding-left:1055px;
    padding-right:550px;*/
    padding: 10px 20px;
    margin-left: -960px;
    left: 100%;
    top:325px;
    color: #FFFFFF;
    line-height: 23px;
    letter-spacing: 2px;
    background: rgba(0,0,0,.5);
}

.slide-ul.slide-ul-en a span{
    width: 360px;
/*    padding-left:955px;*/
}
@media screen and (max-width: 1180px) {
    body {
        width: 1180px;
    }
}



/********** 提示框 **********/
.pop_frame {
    position:fixed;
    *position:absolute;
    background:#000;
    filter:Alpha(Opacity=50);
    opacity:0.1;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:999;
}
#popup_container {
    position:absolute;
    width:400px;
    top:30%;
    left:30%;
    height:auto;
    z-index:999;
    text-align:left;
}
#popup_title {
    background:url(../images/pop_header.gif) no-repeat;
    height:29px;
    line-height:29px;
    color:#000000;
    padding:0 10px;
    position:relative;
}
#popup_title button {
    background:url(../images/ico_close.gif) no-repeat;
    width:15px;
    height:15px;
    border:0;
    cursor:pointer;
    position:absolute;
    top:7px;
    right:7px;
}
#popup_content {
    background:#fff;
    border:1px solid #e0e0e0;
    border-top:0;
}
#popup_message {
    padding:20px 0 15px 70px;
}
.ico_alert {
    background:url(../images/ico_warm.jpg) 20px 15px no-repeat;
}
.ico_success {
    background:url(../images/ico_success.jpg) 20px 15px no-repeat;
}
.ico_error {
    background:url(../images/ico_error.jpg) 20px 15px no-repeat;
}
.ico_confirm {
    background:url(../images/ico_confirm.jpg) 20px 15px no-repeat;
}
#popup_message p {
    line-height:25px;
    width:315px;
    word-wrap:break-word;
    *word-break:break-all;
}
#popup_panel {
    padding:10px 0;
    text-align:center;
}
#popup_panel input {
    background:url(../images/btn.gif) no-repeat;
    height:23px;
    line-height:23px;
    width:75px;
    text-align:center;
    color:#333;
    margin-right:20px;
    cursor:pointer;
    border:0;
}


.legal-statement-dialog{
    position: fixed;
    top:20px;
    bottom:20px;
    width: 80%;
    left:10%;
    border:1px solid #e0e0e0;
    border-radius: 5px;
    background:#FFFFFF;
    z-index: 10000;
    overflow: hidden;
}
.legal-statement-dialog .dialog-body{
    overflow-y: auto;
    position: absolute;
    bottom:10px;
    padding:20px;
    top:60px;
}
.legal-statement-dialog .dialog-body h4{
    font-weight: bold;
    margin:10px auto;
}
.legal-statement-dialog .header{
    border-bottom:1px solid #e0e0e0;
    text-align: center;
    position: relative;
    line-height: 30px;
    height: 30px;
    padding:10px 20px;
    font-weight: bold;
}
.legal-statement-dialog .header .btn-close{
    position: absolute;
    right: 20px;
    top:10px;
    color: #000;
}

.copyRight a{
    color: #000;
}